.view-deck{
    padding: 90px 0;
    background: #fff;
}
.view-container{
    margin: 0 auto;
    width: 1040px;
}
.view-deck .title{
    font-size: 46px;
    color: #232323;
    letter-spacing: 1.2px;
    line-height: 70px;
    font-weight: 400;
}
.view-deck .strong{
    font-weight: inherit;
    background: #C2FFF3;
}
.view-deck .subheading{
    margin-top: 30px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1.2px;
    text-indent: 4px;
    font-weight: 400;
}
.box-shortcut{
    position: relative;
    margin-top: 60px;
    padding: 20px;
    width: 100%;
    height: 160px;
    border: 1px solid #dcdee0;
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(210,214,219,.5);
}
.shortcut-container{
    width: 780px;
    height: 100%;
}
.pill-shortcut{
    float: left;
    width: 150px;
    height: 60px;
    padding: 14px 0;
    cursor: pointer;
    text-align: center;
}
.pill{
    padding: 0 20px;
    display: inline-block;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: all .2s;
}
.pill:hover,.click{
    background: #f0f2fa;
}
.btn-shortcut{
    position: absolute;
    top: 54px;
    right: 44px;
    width: 218px;
    height: 54px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 11px 19px;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, #8471FF 0%, #AA71FF 100%);
    opacity: 1;
    transition: opacity .25s ease;
}
.btn-shortcut:hover{
    opacity: 0.9;
}
.go-client {
    font-size: 16px;
    color: #4C4C4C;
    letter-spacing: 0.6px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    margin-top: 24px;
}
.view-designers{
    padding: 90px 0 50px;
    background: #fff;
    overflow: hidden;
}
.view-designers .title{
    font-size: 36px;
    color: #232323;
    letter-spacing: 1.6px;
    text-align: center;
    font-weight: 400;
}
.view-designers .more-designers{
    float: right;
    position: relative;
    font-size: 18px;
    color: #3d3d3d;
    letter-spacing: 0.8px;
    text-decoration: none;
}
.view-designers .more-designers:after{
    content: "";
    position: absolute;
    left:0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #3d3d3d;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .1s ease-in-out;
}
.more-designers:hover:after{
    transform: scaleX(1);
}
.section-designers{
    margin-top: 46px;
    position: relative;
}
.designers-wrapper{
    padding-top: 8px;
    width: 100%;
    height: 352px;
    /*overflow: hidden;*/
}
.designers-container{
    /*width: 3982px;*/
    transform: translateX(0px);
    transition: transform .3s ease-in-out;
}
.designer-card{
    margin-right: 19px;
    overflow: hidden;
    display: inline-block;
    width: 334px;
    height: 344px;
    border: 1px solid #dcdee0;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(220,225,230,.6);
    background: #fff;
    vertical-align: top;
    /*transition: all .1s ease-out;*/
    transition: transform 0.25s cubic-bezier(.02,.01,.47,1),box-shadow 0.25s cubic-bezier(.02,.01,.47,1);
    text-decoration: none;
}
.designer-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 22px 36px 0 #d8dce1;
}
.designer-work{
    width: 100%;
    height: 224px;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: cover!important;
}
.designer-intro{
    padding: 20px;
    width: 100%;
    height: 120px;
}
.designer-name{
    height: 20px;
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
}
.designer-des{
    margin-top: 12px;
    height: 44px;
    overflow: hidden;
    line-height: 24px;
    font-size: 15px;
    color: #7d7f7f;
    letter-spacing: .56px;
    text-align: justify;
}
.designer-tag{
    float: right;
    margin-left: 8px;
    padding: 0 10px;
    display: inline-block;
    height: 20px;
    border-radius: 9px;
    background: #f0f2fa;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
}
.btn-left{
    position: absolute;
    top: 120px;
    left: -60px;
    width: 35px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: auto;
    cursor: pointer;
}
.btn-right{
    position: absolute;
    top: 120px;
    right: -60px;
    width: 35px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}
.hide{
    opacity: 0;
    pointer-events: none;
}
.go-designer {
    font-size: 16px;
    color: #4C4C4C;
    letter-spacing: 0.6px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    margin-top: 24px;
}
.view-container{
    margin: 0 auto;
    width: 1040px;
    }
.view-coop{
    padding: 90px 0 110px;
    background: #f8f9fa;
    font-size: 0;
}
.coop-container{
    margin-top: 54px;
    width: 100%;
    height: 184px;
}
.view-coop .title{
    font-size: 36px;
    color: #232323;
    letter-spacing: 1.6px;
    text-align: center;
    font-weight: 400;
}
.coop-logo{
    width: auto;
    height: 70px;
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all .8s ease-out;
}
.coop-logo2{
    margin-left: 81px;
    transition-delay: 0.1s;
}
.coop-logo3{
    margin-left: 119px;
    transition-delay: 0.2s;
}
.coop-logo4{
    margin-left: 103px;
    transition-delay: 0.3s;
}
.coop-logo5{
    margin-left: 121px;
    transition-delay: 0.4s;
}
.row2{
    margin-top: 40px;
}
.coop-logo7{
    margin-left: 127px;
    transition-delay: 0.1s;
}
.coop-logo8{
    margin-left: 126px;
    transition-delay: 0.2s;
}
.coop-logo9{
    margin-left: 154px;
    transition-delay: 0.3s;
}
.coop-logo10{
    margin-left: 149px;
    transition-delay: 0.4s;
}
.view-fea{
    padding: 90px 0 110px;
    background: #fff;
}
.view-fea .title{
    font-size: 36px;
    color: #232323;
    letter-spacing: 1.6px;
    text-align: center;
    line-height: 60px;
    font-weight: 400;
}
.fea-illus{
    width: 100%;
    margin: 98px 0 48px;
}
.box-fea{
    height: 110px;
}
.item-fea{
    float: left;
    width: 25%;
    text-align: center;
}
.fea-name{
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: .75px;
    line-height: 32px;
    text-align: center;
}
.fea-des{
    font-size: 16px;
    color: #7d7e7f;
    letter-spacing: .6px;
    line-height: 28px;
    text-align: center;
}
.view-quotes{
    background: #fff;
}
.box-slide{
    position: relative;
    padding: 30px 72px;
    width: 100%;
    height: 164px;
    border: 1px solid #e1e3e6;
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(215,219,224,.5);
}
.slide-container{
    overflow: hidden;
    height: 100%;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform .3s ease-in-out;
}
.slide-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.item-slide{
    position: relative;
    float: left;
    height: 100%;
}
.quote-content{
    width: 100%;
    height: 70px;
    font-size: 18px;
    color: #3d3d3d;
    letter-spacing: .6px;
    line-height: 32px;
    text-align: justify;
}
.quote-by{
    float: right;
    font-size: 14px;
    color: #333;
    letter-spacing: .69px;
    text-align: right;
    display: block;
    width: 45%;
    height: 20px;
    text-align: right;
}
.box-pagination{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.item-pagination{
    margin: 0 4px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d8d8d8;
    cursor: pointer;
    border: 1px solid #d8d8d8;
}
.active{
    border: 1px solid #979797;
    background: #fff;
}
.view-release{
    padding: 90px 0 110px;
    background: #fff;
}
.release{
    margin: 0 auto;
    display: block;
    width: 218px;
    color: inherit;
    text-decoration: none;
}
.btn-release{
    display: block;
    width: 218px;
    height: 54px;
    padding: 11px 19px;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 0 auto;
    background-image: linear-gradient(45deg, #8471FF 0%, #AA71FF 100%);
    opacity: 1;
    transition: opacity .25s ease;
}
.btn-release:hover{
    opacity: .9;
}
.view-team{
    padding: 120px 0 180px;
    background: #f8f9fa;
    overflow: hidden;
}
.section-team{
    width: 100%;
    height: 350px;
}
.team-pic{
    float: left;
    width: auto;
    height: 100%;
    box-shadow: 0 8px 20px 0 hsla(214,3%,59%,.6);
    background: #ccc;
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
    transition: all 1.5s ease-out;
}
.team-intro{
    float: right;
    width: 424px;
    height: 100%;
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
    transition: all 1.5s ease-out;
}
.team-title{
    margin: 22px 0 56px;
    font-size: 36px;
    color: #232323;
    letter-spacing: 1.6px;
    font-weight: 400;
}
.team-content{
    font-size: 16px;
    color: #3d3d3d;
    letter-spacing: .2px;
    line-height: 24px;
    text-align: justify;
}
.sec-intro{
    margin-top: 20px;
}
